﻿ body, html {
 margin:0;
 padding:0;
 }
 #log2{
 width: 53px;
 height: 50px;	
 }
.flex-container{
 margin:0;
 padding:0;
 list-style: none;
 display: flex;
 align-items:center;
 align-self: stretch;
 }
.flex-item1{
  width: 50%;
  height: 100%;
  text-align: center;
  letter-spacing: 8px;
  margin:0;
  padding:0;
 }	
 .flex-item2{
  margin: 0;
  padding:0;
  width: 50%;
  height: 100%;
  text-align: start;
 }
 .photo{
  width:120px;
  height: 120px;
 }
 h1{
  font-family:'Tamrut', cursive;
  font-style: bold italic;
  color: white;
  margin:10px;
  text-align: center;
  letter-spacing: 4px;
  }
 h2{
 font-family:'Marck Script', cursive;
 color: white;
 margin-top:10px;
 margin-bottom:0px;
 text-align:start;
 margin-left:30px;
 }	
 #new3{
 font-family:'Marck Script', cursive;
 font-style: normal;
 color: white;
 padding-left:10px;
 background: gray ;
 border:10px solid  gray; 
 opacity: 0.7;
 }
 #new2{
  font-family:'Calibri';
  font-style: light italic;
  color: white;
  padding-left:30px;
  }
 #new4{
 font-family:'Marck Script', cursive;
 font-style: normal;
 color: white;
 text-align:start;
 margin-left:10px;
 } 
 #img { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width:110%;
    min-height:110%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	object-fit:contain;
	object-position: 50% 50%; /* default value: image is centered*/
	object-position: 0 0; /* positioned top left of the content box */
	z-index:-11
 }
 #new3:hover {
    color:red;
    tansition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear; 
 }
 @media  only screen and (max-width :500px){
 .flex-item1{
  line-height: 50px;
  font-size:0.7em;
  letter-spacing: 8px;
 }
 .flex-item2{
 font-weight: bold;
 }
 #new2{
  font-size:1.2em;
  margin:0px;
 }
 #new3{
 font-size:1.7em;
 color: white;
 text-align:start;
 letter-spacing: 0px;
 line-height:25px;
 }
 #new4{
 font-size:1.5em;
 line-height:30px;
 letter-spacing: 8px;
 }
 h2{
 font-size:30px;
 line-height:20px;
 letter-spacing: 8px;
 }
  }	
@media  only screen and (min-width :500px){
 .flex-item1{
  line-height: 50px;
  font-size:1em;
  letter-spacing: 8px;
 }
.flex-item2{
  padding: 10px;
 }
 h2{
 font-size:2em;
 line-height:30px;
 letter-spacing: 8px;
 }	
 #new2{
 font-size:1.5em;
  margin:10px;
 }
 #new3{
 font-size:1.7em;
 color: white;
 letter-spacing: 5px;
 font-weight: bold;
 }
 #new4{
 font-size:1.5em;
 line-height:30px;
 letter-spacing: 8px;
 }
 .photo{
  width:150px;
  height: 150px;
 }
  }	
 @media  only screen and (min-width :800px){
 .flex-item1{
  line-height: 100px;
  font-size:1.7em;
  letter-spacing: 8px;
 }
 .flex-item2{
  padding: 10px;
 } 
 #new2{   
 font-size:1.7em;
 }
 #new3{
 font-size:2em;
 letter-spacing: 5px;
 }
 .photo{
 width:150px;
 height: 150px;
 }
  }	
 @media  only screen and (min-width :1000px){
 .flex-item1{
  line-height: 100px;
  font-size:2em;
 }
 .flex-item2{
 line-height: 100px;
 font-weight: bold;
 }
 #new2{
 font-size:2em;
 letter-spacing: 10px;
 }
 #new3{
 font-size:45px;
 line-height: 45px;
 letter-spacing: 5px;
}
 #new4{
 font-size:30px;
 line-height:30px;
 letter-spacing: 8px;
 margin-top:0px;
 margin-bottom:0px;
 }
 .photo{
  width:200px;
  height: 200px;
 }
  }	
 @media  only screen and (min-width :1300px){
 .flex-item1{
  font-size:2em;
 }

 #new3{
 font-size:2.5em;
 letter-spacing: 5px;
 }
 .photo{
 width:250px;
 height: 250px;
 }
}	
